refactor(producer): unify render requests#2162
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
fadf8b0 to
ae6787b
Compare
8289249 to
03a0460
Compare
ae6787b to
f7d95e9
Compare
03a0460 to
94de4cb
Compare
f7d95e9 to
96ad318
Compare
94de4cb to
7b6f721
Compare
96ad318 to
f998c3f
Compare
4fbd296 to
e317717
Compare
975e624 to
b78ead3
Compare
9ee0251 to
7400d43
Compare
7944018 to
9ad22a6
Compare
7400d43 to
415a453
Compare
9ad22a6 to
3fe6fc5
Compare
415a453 to
0adf5d5
Compare
3fe6fc5 to
c94b219
Compare
afc7fc3 to
a2b9074
Compare
c94b219 to
95b9322
Compare
a2b9074 to
a955dbb
Compare
95b9322 to
131d9c1
Compare
a955dbb to
a7d8a90
Compare
67f5483 to
7935b9d
Compare
a7d8a90 to
46e7941
Compare
46e7941 to
eb1b74b
Compare
7935b9d to
bd29456
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Define one serializable RenderRequest and normalize environment input at the boundary.
Why
CLI, Docker, server, and distributed adapters copied option bags and silently dropped fields.
How
Add a shared request schema, explicit adapters, round-trip validation, and thread it through local/server/distributed entry points.
Test plan